|
|
|
|
LowerSubordinateCell Property, RowHeaderClass Class |
Returns the cell below if the current cell merges into that cell.
Syntax RowHeaderClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property LowerSubordinateCell As RowHeaderClass
|
C# |
public RowHeaderClass LowerSubordinateCell { get; } |
C++ |
public: property RowHeaderClass^ LowerSubordinateCell { |
Property Value
The next subordinate cell or null/Nothing if no additional merged cells are owned by the same main cell.
Comments
The LowerSubordinateCell property returns the cell below if the current cell merges into that cell.
Main cells can consist of many subordinate cells. In order to navigate within a group of merged cells, the LowerSubordinateCell property can be used.
NextSubordinateCell locates the next adjacent subordinate cell.